home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-PPC / MACHDEP.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  161b  |  13 lines

  1. #ifndef _PPC_MACHDEP_H
  2. #define _PPC_MACHDEP_H
  3.  
  4. #include <linux/config.h>
  5.  
  6. #ifdef CONFIG_APUS
  7. #include <asm-m68k/machdep.h>
  8. #endif
  9.  
  10. #endif /* _PPC_MACHDEP_H */
  11.  
  12.  
  13.